toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.search
/
[jvm]FindOptions
Find
Options
public
interface
FindOptions
The parameters of the text find request.
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
A builder of
FindOptions
.
Functions
is
Match
Case
Link copied to clipboard
public
boolean
isMatchCase
(
)
Returns
true
if the search is case-sensitive.
is
Search
Backward
Link copied to clipboard
public
boolean
isSearchBackward
(
)
Returns
true
if the search is performed in the reverse direction.
new
Builder
Link copied to clipboard
public
static
FindOptions.Builder
newBuilder
(
)
Creates a new
FindOptions
builder.